InspectWorkerRequest

data class InspectWorkerRequest(versionId: String)

Represents request frame that can be used with ServiceWorker#inspectWorker operation call.

See also

Constructors

InspectWorkerRequest
Link copied to clipboard
fun InspectWorkerRequest(versionId: String)

Properties

versionId
Link copied to clipboard
val versionId: String

Sources

jvm source
Link copied to clipboard